home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 20 / CMi20.iso / pc / Shared.cst / 00001_Section button.ls next >
Encoding:
Text File  |  2000-03-27  |  75 b   |  11 lines

  1.  
  2. on mouseEnter me
  3.   cursor 280
  4.   
  5. end
  6.  
  7. on mouseLeave me
  8.   cursor -1
  9.   
  10. end
  11.